home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Your Mobile: Alcatel
/
Alcatel 2005.iso
/
Create Animation
/
setup.exe
/
setup.msi
/
Data1.cab
/
WizardAnim.swf
/
scripts
/
DefineButton2_212
/
BUTTONCONDACTION on(release, keyPress k).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-05-16
|
144 b
|
11 lines
on(release, keyPress "k"){
if(_currentframe < _totalframes)
{
nextFrame();
}
else
{
gotoAndStop(1);
}
}